public class DefaultModel extends OpponentModel
negotiationSession, opponentUtilitySpace| Constructor and Description |
|---|
DefaultModel() |
| Modifier and Type | Method and Description |
|---|---|
double |
getBidEvaluation(Bid bid)
Determines the utility of a bid according to the preference profile.
|
java.lang.String |
getName() |
void |
updateModel(Bid opponentBid,
double time)
Method used to update the opponent model.
|
cleanUp, getIssueWeights, getOpponentUtilitySpace, getWeight, init, init, isCleared, setOpponentUtilitySpace, setOpponentUtilitySpace, updateModelpublic void updateModel(Bid opponentBid, double time)
OpponentModelupdateModel in class OpponentModelopponentBid - to update the model with.time - at which the bid was offered.public double getBidEvaluation(Bid bid)
OpponentModelgetBidEvaluation in class OpponentModelbid - of which the utility is calculated.public java.lang.String getName()
getName in class OpponentModel